feat: ship Concierge V2 and editorial perfume hero - #5
Merged
Conversation
… for prod) Another session's in-progress rebuild of the AI concierge, committed to its own branch so it is saved and shareable without touching production main. Adds: /api/v2/concierge routes (chat, conversations, allowance, feedback), lib/concierge orchestrator/router/tools/usage, multi-provider AI router with OpenAI/Anthropic/Gemini/xAI adapters, web-search integration, admin concierge status, and a rewritten concierge client that consumes the v2 endpoints. Edits shared files (schema.prisma, env, feature-flags, error catalogue, integrations). NOT READY FOR PRODUCTION: - Ships an additive Prisma migration (prisma/migrations/20260711230000_concierge_v2) that MUST be applied to the target database first - the rewritten /concierge page calls the v2 routes, which query the new tables and will error until the migration runs. - Per docs/CONCIERGE_V2_TODO.md, several validation items are incomplete (provider/fallback, ownership/entitlement, streaming tests) and preview deployment testing is still blocked. Passes local typecheck, lint and concierge unit tests. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
# Conflicts: # eslint.config.mjs
Replace the homepage hero with a responsive, accessible editorial fragrance carousel and curated imagery.
Add real provider streaming, grounded catalogue policy, safe citations, durable limits, cost controls, ownership protection, observability, responsive UI updates, and comprehensive verification coverage.
Co-Authored-By: OpenAI Codex <noreply@openai.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test Coverage
Pre-Landing Review
Design Review
Plan Completion
Verification Results
npm run typechecknpm run lintnpm test(305 passed)npm run build(64 generated routes)npx prisma validatenpx prisma migrate deploynpx prisma migrate status(schema up to date)Documentation
README.md: added Concierge V2 capabilities, provider and environment configuration, API routes, validation commands, and links to the dedicated documentation set.docs/CONCIERGE_V2_AUDIT.md: corrected the audit date, branch/commit state, tracked test status, and pull-request status.Documentation Debt
Test plan